home *** CD-ROM | disk | FTP | other *** search
/ mail.altrad.com / 2015.02.mail.altrad.com.tar / mail.altrad.com / TEST / office deutch / ADMIN / FR-FR / OCT.CHM / html / office10.css < prev    next >
Cascading Style Sheet File  |  2012-07-31  |  7KB  |  245 lines

  1. /* Style Sheet Last updated - 11/10/2000 */ 
  2. /* This style sheet is for IE 4.02 and up */ 
  3.  
  4.  
  5. /* BODY = default paragraph font */ 
  6.     body        {bgcolor: #ffffff; font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 70%; }
  7.     
  8. /* HYPERLINKS */ 
  9.     a:link        {color: #0000cc; }
  10.     a:active    {color: #0000cc; }
  11.     a:visited    {color: #0000cc; }    
  12.     .pop        {text-decoration: none; }
  13.  
  14. /* LISTS */ 
  15.     ol        {font-size: 100%; margin-top: .5em; margin-bottom: 0em; margin-left: 4em;}
  16.     ul        {font-size: 100%; margin-top: .5em; margin-bottom: 0em;}
  17.     ol ul        {list-style: disc; margin-top: .5em;}
  18.     ul ul        {list-style: disc; margin-top: .5em;}
  19.     li        {margin-bottom: .7em; margin-left: -2em;}
  20.  
  21. /* PREFORMATTING - CODE */ 
  22.     pre        {font-size: 100%; margin-top: 1.2em; margin-bottom: 1.5em;}
  23.     code         {font-family: "courier new", courier; font-size: 125%; }
  24.     
  25. /* TABLES */ 
  26.     table        {font-size: 100%; margin-top: 1em; margin-bottom: 0em;}
  27.     th        {text-align: left; background: #CCCCCC; margin: .25em; vertical-align: bottom;}
  28.     tr        {vertical-align: top;}
  29.     td        {margin: .25em; vertical-align: top; border-bottom: 1px solid #CCCCCC; }
  30.  
  31. /* PARAGRAPH */
  32.     p        {margin-top: .6em; margin-bottom: .6em; }
  33.  
  34.  
  35.  
  36. /* Heading styles---------------------------------------------------------------------------- */ 
  37.  
  38.     h1        {font-size: 125%; margin-top: .4em; margin-bottom: .5em;}
  39.     h2        {font-size: 110%; margin-top: 2em; margin-bottom: .5em;}
  40.     h3        {font-size: 100%; margin-top: 1.2em; margin-bottom: .5em; font-weight: bold;}
  41.     h4        {font-size: 100%; margin-top: 1.2em; font-weight: bold;}
  42.     h5        {font-size: 100%; margin-top: 1.2em; font-weight: bold;}
  43.     .lproch        {font-weight: bold ;margin-top: 1.2em; }/* Heading 9,List Procedure Heading,lproch */ 
  44.  
  45. /* Defined List styles ----------------------------------------------------------------------- */
  46.  
  47.     dt        {font-weight: bold; }
  48.     dd        {margin-left: 2em; margin-bottom: .6em; }
  49.  
  50. /* Paragraph styles--------------------------------------------------------------------------- */ 
  51.  
  52.     .ac        {font-size: 90%; color: #7F7F7F;} 
  53.     .alpha        {font-size: 125%; font-weight: bold; }
  54.     .dt1        {text-indent: -2em; margin-left: 2em;}
  55.     .hang        {text-indent: -2em; margin-left: 2em;}
  56.     .ind        {margin-left: 2em;}
  57. /* MAYBE KEEP .LBR1 IN CASE WE CAN GET HANGING INDENT TO WORK IN IE5.0? */ 
  58.     .mt        {margin-top:  2em; font-weight: bold; }
  59.     .noborder    {border: none; }
  60.     .rtt        {text-align: right; font-size: 90%; }
  61.     .tableup    {margin-top: 0em; }
  62. /* overline */
  63.     .ov        {text-decoration: overline; }
  64.  
  65. /* spacing styles */ 
  66.     .4        {line-height: 4pt;}
  67.     .6        {line-height: 6pt;}
  68.     
  69. /* styles we no longer need */         
  70.     .Highlight    {background-color: lightblue;}
  71.     .Normal     {background-color: white;}
  72.     .fixp        {color: #00ff00;}    /* *fix this paragraph for incorrectly used styles / green */ 
  73.  
  74. /* Language Reference styles --------------------------------------------------------------------------- */
  75.  
  76.  
  77. /* code comments */
  78.     .comment {color: darkgreen;
  79.         }
  80.  
  81. /* Object model blue box */ 
  82.     .omblue { height: 16px;
  83.         width: 180px;
  84.         padding: 2px 2px 2px 2px;
  85.         background-color: #99FFFF;
  86.         border: 1px solid windowframe;
  87.         color: windowtext;
  88.         font-weight: bold;
  89.         text-decoration: none;
  90.         cursor: hand;
  91.         line-height: 9px;
  92.         }
  93.  
  94. /* Object model blue dashed box */ 
  95.     .ombluedash { height: 16px;
  96.         width: 180px;
  97.         padding: 2px 2px 2px 2px;
  98.         background-color: #99FFFF;
  99.         border: 1px dashed windowframe;
  100.         color: windowtext;
  101.         text-decoration: none;
  102.         cursor: hand;
  103.         line-height: 9px;
  104.         }
  105.  
  106. /* Object model yellow box */ 
  107.     .omyellow { height: 16px;
  108.         width: 180px;
  109.         padding: 2px 2px 2px 2px;
  110.         background-color: #FFFF99;
  111.         border: 1px solid windowframe;
  112.         color: windowtext;
  113.         font-weight: bold;
  114.         text-decoration: none;
  115.         cursor: hand;
  116.         line-height: 9px;        
  117.         }    
  118.  
  119. /* Object model yellow dashed box */ 
  120.     .omyellowdash { height: 16px;
  121.         width: 180px;
  122.         padding: 2px 2px 2px 2px;
  123.         background-color: #FFFF99;
  124.         border: 1px dashed windowframe;
  125.         color: windowtext;
  126.         text-decoration: none;
  127.         cursor: hand;
  128.         line-height: 9px;
  129.         }
  130.  
  131. /* Navigation hyperlink list container */
  132.     .ofvbaispan { position: absolute;
  133.         padding: 0px 0px 0px 0px;
  134.         border: 1px solid windowframe;
  135.         color: windowtext;
  136.         display: none;
  137.         z-index: +1;
  138.         }
  139.  
  140. /* Navigation area */
  141.     .ofvbanav { padding: 0px 0px 10px 0px;
  142.         }
  143.  
  144. /* Active navigation area jumps */
  145.     .ofvbanavreuse { width: 75px;
  146.         color: #0000cc;
  147.         cursor: hand;
  148.         }
  149.  
  150. /* Inactive navigation area jump */
  151.     .ofvbanavunused { width: 75px;
  152.         color: graytext;
  153.         }
  154.  
  155. /* Hidden navigation area jump */
  156.     .ofvbanavhidden { width: 75px;
  157.         display: none;
  158.         }
  159.  
  160. /* Navigation hyperlink list topic description toggle */
  161.     .ofvbashowdesc { color:#0000cc;
  162.         cursor:hand;
  163.         font-size:smaller;
  164.         text-decoration:underline;
  165.         }
  166.  
  167. /* Navigation hyperlink list topic description sections */
  168.     .ofvbadesc { color: windowtext;
  169.         display: none;
  170.         }
  171.  
  172. /* Example navigation area jumps */
  173.     .ofvbanavex { text-decoration: none;
  174.         }
  175.  
  176. /* Syntax box */
  177.     .ofvbasyn { width: 100%;
  178.         padding: 0px 8px 0px 8px;
  179.         background-color: #CCCCCC;
  180.         }
  181.  
  182.  
  183.     .signature { width: 100%;
  184.         padding: 0px 8px 0px 8px;
  185.         background-color: #CCCCCC;
  186.         }
  187.  
  188.  
  189.  
  190.  
  191.  
  192. .ofvbalink        {text-decoration: none; }
  193. .ofvbalink:hover    {text-decoration: underline; }
  194.  
  195.  
  196.  
  197. /* Dropdown styles --------------------------------------------------------------------------- */
  198.  
  199. .DropDown    {text-decoration: none; font-weight: normal; top: 0pt;} 
  200. .DropDown:hover    {text-decoration: underline; }
  201.  
  202.             
  203. .HidePopUp     {text-decoration: none; }
  204. .HidePopUp:hover{text-decoration: underline; }
  205.  
  206. .Glossary    {text-decoration: none; }
  207. .glossary:hover    {text-decoration: underline; }
  208.                 
  209. .Glossarydef    {color: #008C00; text-decoration: none;}
  210.  
  211. .srcContent     { }
  212.  
  213. .expfav        {font-size: 80%; text-align: Right; margin-top: -1em; margin-bottom: 0; }
  214.  
  215. .expanded    {font-weight: normal; }    
  216.  
  217. .collapsed    {display: none;}    
  218.                  
  219. .def        {margin-top: 40pt;}    
  220.  
  221. #theIFRAME    {position: absolute; display:none; }
  222.  
  223. /* Language Specific Boilerplate Styles------------------------------------------------------- */
  224.     .BPhide         {display: none }
  225.     .BPshow         {  }
  226.     .BPHide4Bidi     {  }
  227.     .BPHide4EA         {  }
  228.     .BPHide4Thai     {  }
  229.     .hide4ara     {  }
  230.     .hide4arascript     {  }
  231.     .hide4biditha    {  }
  232.     .hide4eabidi    {  }
  233.     .hide4easa    {  }
  234.     .hide4easabidi{  }
  235.     .hide4eng        {  }
  236.     .hide4enu        {  }
  237.     .hide4enucanfrndut{  }
  238.     .hide4heb        {  }
  239.     .hide4hindi    {  }
  240.     .hide4jamuiopt{  }
  241.     .hide4sa        {  }
  242.     .hide4sabidi    {  }
  243.     .somecontent    {  }
  244.  
  245.